pop44
This commit is contained in:
parent
70b14bec7e
commit
0b6121543e
12
.htmlhintrc
Normal file
12
.htmlhintrc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"tagname-lowercase": true,
|
||||||
|
"attr-lowercase": true,
|
||||||
|
"attr-value-double-quotes": true,
|
||||||
|
"doctype-first": true,
|
||||||
|
"tag-pair": true,
|
||||||
|
"spec-char-escape": true,
|
||||||
|
"id-unique": true,
|
||||||
|
"src-not-empty": true,
|
||||||
|
"attr-no-duplication": true,
|
||||||
|
"title-require": true
|
||||||
|
}
|
||||||
@ -305,15 +305,15 @@ body {
|
|||||||
|
|
||||||
.helmet {
|
.helmet {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 50%;
|
left: 40%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* AMULET */
|
/* AMULET */
|
||||||
|
|
||||||
.amulet {
|
.amulet {
|
||||||
top: 80px;
|
top: 10px;
|
||||||
left: 50%;
|
left: 60%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user