Commenti style.css
This commit is contained in:
parent
ab71379216
commit
bcc9ef0ed5
28
style.css
28
style.css
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
/*HOMEPAGE*/
|
/*HOMEPAGE*/
|
||||||
|
|
||||||
/*TEXT*/
|
/*text*/
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
@ -29,7 +29,7 @@ blockquote a {
|
|||||||
margin: 0 0 0 -15px;
|
margin: 0 0 0 -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*ASSET*/
|
/*asset*/
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -49,7 +49,7 @@ img {
|
|||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*BUTTON*/
|
/*button*/
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -74,7 +74,7 @@ img {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*MAIN*/
|
/*main*/
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -110,8 +110,6 @@ img {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*PAGE -MAIN*/
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
min-height: 768px;
|
min-height: 768px;
|
||||||
}
|
}
|
||||||
@ -188,7 +186,7 @@ main {
|
|||||||
|
|
||||||
/*TEMPLATE ARTICOLO*/
|
/*TEMPLATE ARTICOLO*/
|
||||||
|
|
||||||
/*BODY E TESTO*/
|
/*body e testo*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #21202c;
|
background-color: #21202c;
|
||||||
@ -251,7 +249,7 @@ a {
|
|||||||
|
|
||||||
/*Creare uno spazio superiore tra i vari contenitori*/
|
/*Creare uno spazio superiore tra i vari contenitori*/
|
||||||
|
|
||||||
/*LOGO BEOPEN*/
|
/*logo*/
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -276,7 +274,7 @@ a {
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*NAVBAR*/
|
/*navbar*/
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@ -317,7 +315,7 @@ nav a:hover {
|
|||||||
color: #ee6ef1;
|
color: #ee6ef1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*DROPDOWN MENÙ*/
|
/*dropdown menù*/
|
||||||
|
|
||||||
.dropbtn {
|
.dropbtn {
|
||||||
display: none;
|
display: none;
|
||||||
@ -396,7 +394,7 @@ nav a:hover {
|
|||||||
/*Inversione del colore*/
|
/*Inversione del colore*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*CORPO - ARTICOLO*/
|
/*corpo - articolo*/
|
||||||
|
|
||||||
.articol,
|
.articol,
|
||||||
.footer {
|
.footer {
|
||||||
@ -437,7 +435,7 @@ nav a:hover {
|
|||||||
margin: 10px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*FOOTER*/
|
/*footer*/
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin: 15px auto 15px auto;
|
margin: 15px auto 15px auto;
|
||||||
@ -456,7 +454,7 @@ h1 {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*PRIVACY*/
|
/*sezione privacy*/
|
||||||
|
|
||||||
.privacy {
|
.privacy {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -469,7 +467,7 @@ h1 {
|
|||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*CONTATTI - LICENZA*/
|
/*contatti - licenza*/
|
||||||
|
|
||||||
.container_contacts {
|
.container_contacts {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -537,7 +535,7 @@ h1 {
|
|||||||
color: #a39b8f;
|
color: #a39b8f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*REALIZZATO DA...*/
|
/*autore*/
|
||||||
|
|
||||||
.make {
|
.make {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user