This commit is contained in:
coralmania 2019-10-31 20:04:44 +02:00
parent 26a7b5fd70
commit 3380bbf18e
7 changed files with 20 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>

1
index.php Normal file
View File

@ -0,0 +1 @@

0
script/index.js Normal file
View File

6
style/index.css Normal file
View File

@ -0,0 +1,6 @@
p {
width: 40px; }
p a {
color: red; }
/*# sourceMappingURL=index.css.map */

7
style/index.css.map Normal file
View File

@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "AAAA,CAAC;EAIC,KAAK,EAAC,IAAI;EAHV,GAAC;IACC,KAAK,EAAC,GAAG",
"sources": ["index.scss"],
"names": [],
"file": "index.css"
}

6
style/index.scss Normal file
View File

@ -0,0 +1,6 @@
p{
a{
color:red;
}
width:40px;
}