Update css/main.css
This commit is contained in:
parent
dbf9bffb53
commit
b432accf42
1 changed files with 35 additions and 7 deletions
28
css/main.css
28
css/main.css
|
@ -9,6 +9,34 @@ a {
|
|||
}
|
||||
/* 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 */
|
||||
|
||||
.box {
|
||||
|
|
Loading…
Add table
Reference in a new issue