mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
78 lines
1.2 KiB
CSS
78 lines
1.2 KiB
CSS
* {
|
|
font-family: 'Amaranth', sans-serif;
|
|
}
|
|
|
|
body {
|
|
background: linear-gradient(90deg, rgba(71,71,178,1) 0%, rgba(53,143,185,1) 100%);
|
|
}
|
|
|
|
p {
|
|
color:#b5b7eb;
|
|
}
|
|
|
|
h1 {
|
|
position:relative;
|
|
left:80px;
|
|
color:#b5b7eb;
|
|
}
|
|
|
|
button {
|
|
background-color: #90b5f0;
|
|
color: #232f42;
|
|
border: 2.5px solid #6186c2;
|
|
border-radius: 10px;
|
|
padding: 5px 13px;
|
|
margin-bottom: 6px;
|
|
transition-duration: 0.45s;
|
|
}
|
|
|
|
button:hover {
|
|
background-color:#6186c2;
|
|
border: 2.5px solid #81a1d6;
|
|
}
|
|
|
|
a:link {
|
|
color:#a0b4db;
|
|
}
|
|
|
|
a:visited {
|
|
color:#b5b7eb;
|
|
}
|
|
|
|
header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 15px 10%;
|
|
background: linear-gradient(90deg, rgba(116,94,218,1) 0%, rgba(64,160,234,1) 100%);
|
|
border-radius:100px;
|
|
border: linear-gradient(90deg, rgba(52,158,240,1) 0%, rgba(74,87,191,1) 100%);
|
|
border: 10px solid #4f71b0;
|
|
}
|
|
|
|
.logo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nav__links {
|
|
list-style: none;
|
|
}
|
|
|
|
.nav__links button {
|
|
display: inline-block;
|
|
padding: 10px 10px;
|
|
border: 5px solid #6186c2;
|
|
}
|
|
|
|
.nav__links button:hover {
|
|
background-color:#6186c2;
|
|
border: 5px solid #81a1d6;
|
|
}
|
|
|
|
|
|
p1 {
|
|
font-size: 1.75em;
|
|
color:#b5b7eb;
|
|
}
|
|
|
|
|