Tomas Harazim 5 years ago
parent
commit
85faea20ac
  1. 1
      .gitignore
  2. 8
      css/style.css

1
.gitignore

@ -0,0 +1 @@
temp/

8
css/style.css

@ -1,3 +1,7 @@
body {
background-color: blue;
}
background-color: white;
}
h1 {
color: red;
}

Loading…
Cancel
Save