Fix the declaration order
This commit is contained in:
parent
0ed13c9fe7
commit
6a13e481fd
1 changed files with 2 additions and 3 deletions
|
@ -20,6 +20,8 @@
|
||||||
#title {
|
#title {
|
||||||
padding-bottom: 2%;
|
padding-bottom: 2%;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
|
color: #FFFFFF;
|
||||||
|
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
@ -28,9 +30,6 @@
|
||||||
.btn {
|
.btn {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
color: #FFFFFF;
|
|
||||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue