b97074c913
Updated index.html with bootstrap
93 lines
1.5 KiB
CSS
93 lines
1.5 KiB
CSS
img {
|
|
padding: 10px;
|
|
margin: auto;
|
|
min-height: 150px;
|
|
width: 50%;
|
|
text-align: center;
|
|
width: 200px;
|
|
height: 200px;
|
|
border: 10px #EF3D59 solid;
|
|
}
|
|
|
|
#descriptionbox {
|
|
padding: 10px;
|
|
margin: auto;
|
|
width: 50%;
|
|
color: #EFC958;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.roboto-thin {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-light {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-regular {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-medium {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-bold {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-black {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
.roboto-thin-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 100;
|
|
font-style: italic;
|
|
}
|
|
|
|
.roboto-light-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
.roboto-regular-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
.roboto-medium-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
.roboto-bold-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
.roboto-black-italic {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
}
|
|
|