mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
style: paleta de cores
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');
|
||||
|
||||
:root {
|
||||
--main-gradient: linear-gradient(145deg, #1E2A3B, #2C3E50);
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
margin: 70px 0px 0px 0px;
|
||||
/* padding: 15px; */
|
||||
}
|
||||
|
||||
h1{
|
||||
@@ -90,6 +96,7 @@ text-align: center;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
transition: display 0.9s ;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
@@ -99,7 +106,6 @@ text-align: center;
|
||||
background-color: #313238;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 3px 10px #464646;
|
||||
transition: display 0.9s ease-in-out
|
||||
}
|
||||
|
||||
.dropdown-content a {
|
||||
@@ -107,11 +113,15 @@ text-align: center;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.dropdown-content a:hover {
|
||||
background-color: #7a7a7a;
|
||||
border-radius: 5px;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.img-drop {
|
||||
|
||||
Reference in New Issue
Block a user