✨ project finish
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
2ee185502d
commit
7d46783795
After Width: | Height: | Size: 7.1 KiB |
@ -1,4 +1,26 @@
|
||||
body {
|
||||
background-color: #36454F;
|
||||
color: white;
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
img {
|
||||
width:100px;
|
||||
height:100px;
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 4em;
|
||||
text-align: center;
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 2,5em;
|
||||
text-align: center;
|
||||
margin-top: 3%;
|
||||
}
|
@ -0,0 +1,41 @@
|
||||
body {
|
||||
background-color: #36454F;
|
||||
color: white;
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 4em;
|
||||
font-style: bold;
|
||||
text-align: center;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
margin-top: 1%;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 1em;
|
||||
text-align: center;
|
||||
margin-top: 1%;
|
||||
}
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
font-size: 1em;
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
color: white;
|
||||
}
|
||||
|
||||
img {
|
||||
width:100px;
|
||||
height:100px;
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
Loading…
Reference in new issue