Spaces:
Running
Running
File size: 427 Bytes
0bf6d5e 09221ba 0bf6d5e 09221ba 0bf6d5e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
#header {
font-size: 4em;
color: #0071C5;
background: linear-gradient(to right, #0071C5, #00BFFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 5px;
border-radius: 5px;
margin-bottom: 5px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btn {
background-color: #0071C5;
color: white;
}
.text-center {
text-align: center;
} |