Update css/main.css
This commit is contained in:
parent
dbf9bffb53
commit
b432accf42
1 changed files with 35 additions and 7 deletions
42
css/main.css
42
css/main.css
|
@ -9,13 +9,41 @@ a {
|
||||||
}
|
}
|
||||||
/* End of main HTML style */
|
/* End of main HTML style */
|
||||||
|
|
||||||
|
/* Introduction style */
|
||||||
|
|
||||||
|
.intro {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro h1 {
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 40px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro2 {
|
||||||
|
font-weight: 200;
|
||||||
|
font-size: 25px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.pfp {
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 100px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: #fd7717
|
||||||
|
}
|
||||||
|
|
||||||
/* Header style */
|
/* Header style */
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
border: 2px solid #f0833a;
|
border: 2px solid #f0833a;
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -25,9 +53,9 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
header img {
|
header img {
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
@ -35,8 +63,8 @@ header img {
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #f0eee6;
|
color: #f0eee6;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
/* Footer Style */
|
/* Footer Style */
|
||||||
|
|
||||||
|
@ -51,4 +79,4 @@ footer {
|
||||||
}
|
}
|
||||||
footer a {
|
footer a {
|
||||||
color: #616b6f;
|
color: #616b6f;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue