Update CSS
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto", monospace;
|
||||||
font-family: monospace;
|
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
background-color: #D9D9D9;
|
background-color: #D9D9D9;
|
||||||
}
|
}
|
||||||
@@ -12,6 +11,9 @@ h2 {
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
margin-left: 45%;
|
margin-left: 45%;
|
||||||
}
|
}
|
||||||
|
#homepage > h2:nth-child(3) > a:nth-child(1) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
width: 55%;
|
width: 55%;
|
||||||
margin-left: 45%;
|
margin-left: 45%;
|
||||||
@@ -27,6 +29,7 @@ li {
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
max-width: 55%;
|
max-width: 55%;
|
||||||
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
#homepage > p:nth-child(2){
|
#homepage > p:nth-child(2){
|
||||||
margin-left: 45%;
|
margin-left: 45%;
|
||||||
@@ -44,6 +47,16 @@ img {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-button {
|
||||||
|
margin-top: 3%;
|
||||||
|
padding: 2%;
|
||||||
|
padding-left: 5%;
|
||||||
|
padding-right: 5%;
|
||||||
|
margin-left: -3%;
|
||||||
|
border-radius: 20%;
|
||||||
|
border-style: groove;
|
||||||
|
}
|
||||||
|
|
||||||
.link-button:focus {
|
.link-button:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user