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

1
.gitignore

@ -0,0 +1 @@
temp/

6
css/style.css

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