Meu site.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.1 KiB

body{
margin: 0;
font-family: "Inconsolata", monospace;
color: white;
background: #0F0F0F;
}
h1{font-size: 2em !important; color: #7c60ba;}
p, a, li{font-size: 1.2em;}
a{text-decoration: none; color: #c39c74;}
a:hover{color: #b2564d}
.flex-row{
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
header{
top: 0;
height: 30px;
position: fixed;
width: 100%;
background: #b2564d;
padding: 5px;
}
header a, header a:hover{
color: white;
}
#menu{
height: 100%;
width: 300px;
margin: 10px;
}
#menu a{
width: 33%;
height: 100%;
display: inline-block;
text-align: center;
font-weight: bold;
border-bottom: 3px double;
}
/* Only works with !important -.- */
#menu a:hover, .active{
border-bottom: 3px double #c39c74 !important;
}
#menu a:hover{
background: #7c60ba;
}
#content{
margin-top:40px;
margin-left:3%;
padding: 10px;
width: 90%;
}
#content p{
text-align: justify;
}
#content h1{
text-align: center;
}
#me img{
display: block;
margin: 0 auto 0 auto;
width: 120px;
height: 120px;
border-radius: 50%;
}