Skip to content
Snippets Groups Projects
Commit a68b3604 authored by BERNARD Hugo's avatar BERNARD Hugo
Browse files

manual lint fix

parent 13290a2a
No related branches found
No related tags found
1 merge request!4CSS - Part 1
......@@ -38,11 +38,23 @@
}
body {
font-family: "Montserrat", sans-serif;
font-family: Montserrat, sans-serif;
overflow-x: hidden;
background: radial-gradient(white, rgb(184 184 184 / 70%));
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
appearance: textfield;
}
/* ~~~~~~~~~~ Global setup ends ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ Nav Bar starts ~~~~~~~~~~~~~~~~~~~~~~ */
......@@ -60,10 +72,11 @@ nav {
label.logo {
float: left;
color: cornsilk;
font-size: 35px;
font-size: 30px;
font-weight: bold;
line-height: 60px;
margin-left: 40px;
margin-right: 20px;
}
nav ul {
......@@ -75,27 +88,14 @@ nav ul li {
display: inline-block;
line-height: 60px;
margin: 0 20px;
}
nav ul li a {
color: wheat;
font-size: 18px;
font-weight: bolder;
}
label.logo {
font-size: 30px;
margin-right: 20px;
}
nav ul li a {
color: white;
font-size: 16px;
}
nav ul li {
nav ul li a {
color: white;
font-size: 16px;
font-weight: bolder;
}
.container {
......@@ -264,6 +264,19 @@ h1 {
text-align: left;
}
html .side-menu {
display: inline-block;
position: relative;
height: 100vh;
width: 300px;
background-color: rgb(96 199 154 / 90%);
border: 2px solid #b8b8b8;
text-align: center;
overflow-x: hidden;
transition: width 1s;
z-index: 3;
}
html body .content {
flex: 1 1 auto;
width: 300px;
......@@ -308,19 +321,6 @@ html body .content #list-toggle:checked + label::after {
content: " > ";
}
html .side-menu {
display: inline-block;
position: relative;
height: 100vh;
width: 300px;
background-color: rgb(96 199 154 / 90%);
border: 2px solid #b8b8b8;
text-align: center;
overflow-x: hidden;
transition: width 1s;
z-index: 3;
}
.side-menu h2 {
font-family: cursive;
}
......@@ -379,18 +379,6 @@ html .side-menu {
font-size: 26px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
appearance: textfield;
}
.form__label {
position: absolute;
left: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment