comparison projects.html @ 36:bb6d617ab30c

oops committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Wed, 02 Feb 2022 20:43:11 -0500
parents fbd0901ec2d8
children 8051fdef82da
comparison
equal deleted inserted replaced
35:fbd0901ec2d8 36:bb6d617ab30c
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 text-align: left; /* Override body text align */
14 } 14 }
15 body { 15 body {
16 background-size: cover; 16 background-size: cover;
17 background: url("forest.png") no-repeat center center fixed; 17 background: url("blueforest.png") no-repeat center center fixed;
18 color: white; 18 color: white;
19 font-family: 'Source Sans 3', sans-serif; 19 font-family: 'Source Sans 3', sans-serif;
20 text-align: center; 20 text-align: center;
21 text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5); 21 text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
22 } 22 }