Mercurial > web
comparison music.html @ 29:151e89170703
Merge branch 'master' of github.com:mrpapersonic/mrpapersonic.github.io
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 17 Dec 2021 13:08:04 -0500 |
parents | 45d917fc29d4 f86d23d40885 |
children | 3298eeb502f9 |
comparison
equal
deleted
inserted
replaced
28:45d917fc29d4 | 29:151e89170703 |
---|---|
8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | 8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
9 <style> | 9 <style> |
10 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); | 10 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); |
11 .navbar { | 11 .navbar { |
12 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); | 12 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); |
13 text-align: left; /* Override body text align */ | |
13 } | 14 } |
14 body { | 15 body { |
15 background-size: cover; | 16 background-size: cover; |
16 background: url("forest.png") no-repeat center center fixed; | 17 background: url("forest.png") no-repeat center center fixed; |
17 color: white; | 18 color: white; |