Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.css « testdata « media - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a267873b5971a20c0a65a89878b70aa87da9f402 (plain)
1
2
3
4
5
6
7
8
body {
    background-color: lightblue;
  }
  
  h1 {
    color: navy;
    margin-left: 20px;
  }