initial commit
This commit is contained in:
commit
6d352c7e5b
2 changed files with 76 additions and 0 deletions
42
style.css
Normal file
42
style.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
body{
|
||||
background: #2A7B9B;
|
||||
background: linear-gradient(135deg, #bbbb9c 0%, #659f8d 50%, #2c7d77 100%);
|
||||
background-size: 100vw 100vh;
|
||||
border: solid white 2px;
|
||||
|
||||
color:#defff6;
|
||||
|
||||
padding: 20px;
|
||||
margin: auto;
|
||||
margin-top: 20%;
|
||||
width: 40%;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
blockquote{
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
a{
|
||||
background-color: none;
|
||||
color: #defff6;
|
||||
transition: background-color 1s;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
background-color: #2f6b5f;
|
||||
color: #a6ceca;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px){
|
||||
body{
|
||||
width: 80%;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue