css changes
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
padding: var(--base-padding);
|
||||
margin-top: 1.5rem;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.form_contact textarea {
|
||||
|
@@ -1,3 +1,8 @@
|
||||
.content h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.projects {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@@ -9,9 +9,8 @@ body {
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
background: black;
|
||||
color: white;
|
||||
border: 1px solid purple;
|
||||
background: var(--background);
|
||||
color: var(--color);
|
||||
}
|
||||
|
||||
html {
|
||||
@@ -34,7 +33,6 @@ html {
|
||||
.nav {
|
||||
position: relative;
|
||||
display: flex;
|
||||
border: 1px solid red;
|
||||
padding: 1rem;
|
||||
justify-content: space-between;
|
||||
isolation: isolate;
|
||||
@@ -42,7 +40,6 @@ html {
|
||||
|
||||
.nav .logo img {
|
||||
height: 3rem;
|
||||
border: 1px solid orange;
|
||||
}
|
||||
|
||||
.nav .links {
|
||||
@@ -50,7 +47,6 @@ html {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
border: 1px solid orange;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@@ -62,7 +58,6 @@ html {
|
||||
}
|
||||
|
||||
.content {
|
||||
border: 1px solid green;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
|
||||
@@ -72,6 +67,6 @@ footer {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-self: flex-end;
|
||||
border: 1px solid cyan;
|
||||
margin-top: auto;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user