diff options
| author | Bobby <[email protected]> | 2023-05-03 23:15:05 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-03 23:15:05 -0400 |
| commit | d0cc70333491e846c9db83f72408ecddcc3d42a1 (patch) | |
| tree | b6a68bd7457773eafe4c5650a0982d99ba7b899c /static/css | |
| parent | 0f2f6bc1c5473558fe593ce6865d68e50272c4b5 (diff) | |
| download | thatcomputerscientist-d0cc70333491e846c9db83f72408ecddcc3d42a1.tar.xz thatcomputerscientist-d0cc70333491e846c9db83f72408ecddcc3d42a1.zip | |
Updated welcome header
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/home.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css new file mode 100644 index 00000000..2b749c03 --- /dev/null +++ b/static/css/home.css @@ -0,0 +1,17 @@ +#welcome { + width: 730px; + height: calc(262px - 40px); + background: url('../images/backgrounds/welcome-banner.png') no-repeat; + background-size: 730px 262px; + margin: auto; + padding: 40px 0px 0px 0px; + border: 0px; + position: relative; + margin-top: 15px; + text-align: justify; +} + +#welcome > p { + width: 500px; + margin: 12px 0px 12px 98px; +} |
