generated from Skynet/deploy_user
Fix. Adding css file to other folders
All checks were successful
On_Push / deploy (push) Successful in 13s
All checks were successful
On_Push / deploy (push) Successful in 13s
This commit is contained in:
parent
7c33bd7328
commit
5ab1925772
2 changed files with 112 additions and 0 deletions
56
src/blog/Test.css
Normal file
56
src/blog/Test.css
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
/*There is nothing more permanent then a temporary solution*/
|
||||||
|
body{
|
||||||
|
background-color: slategrey;
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
h4{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table{
|
||||||
|
color: aliceblue;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
th{
|
||||||
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer p{
|
||||||
|
font-size: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.wrapper{
|
||||||
|
height: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
56
src/presentations/Test.css
Normal file
56
src/presentations/Test.css
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
/*There is nothing more permanent then a temporary solution*/
|
||||||
|
body{
|
||||||
|
background-color: slategrey;
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
h4{
|
||||||
|
color: azure;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 20px;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table{
|
||||||
|
color: aliceblue;
|
||||||
|
font-family: Arial, serif;
|
||||||
|
font-size: 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
th{
|
||||||
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer p{
|
||||||
|
font-size: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.wrapper{
|
||||||
|
height: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
Loading…
Reference in a new issue