mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added privacy
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body{
|
||||
html,body{
|
||||
background-color: rgba(38, 38, 42, 1);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
@@ -44,6 +45,13 @@ header div a:hover{
|
||||
}
|
||||
|
||||
/* MAIN */
|
||||
main{
|
||||
position: relative;
|
||||
min-height: 85%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
main #main-content{
|
||||
background-color: rgb(26, 26, 29);
|
||||
width: 700px;
|
||||
@@ -55,9 +63,47 @@ main #main-content{
|
||||
padding-bottom: 10px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
main .main-text{
|
||||
width: 650px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
main .main-text p{
|
||||
word-spacing: 1.5px;
|
||||
font-weight: normal;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
main #main-content #main-content-code{
|
||||
width: 600px;
|
||||
margin-left: 50px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
/* FOOTER */
|
||||
footer{
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
footer .footer-links{
|
||||
margin-left: 50px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
footer .footer-links a{
|
||||
margin-left: 30px;
|
||||
color:rgb(137, 137, 141);
|
||||
text-decoration: none;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
footer .footer-links a:hover{
|
||||
color: white;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
|
||||
*{
|
||||
font-family: 'Roboto', sans-serif;
|
||||
@@ -14,4 +14,22 @@ h2{
|
||||
text-align: center;
|
||||
letter-spacing: 2.5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
h3{
|
||||
text-align: center;
|
||||
letter-spacing: 2.5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
h4{
|
||||
text-align: center;
|
||||
letter-spacing: 2.5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
h5{
|
||||
text-align: center;
|
||||
letter-spacing: 2.5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
Reference in New Issue
Block a user