diff options
author | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 10:58:23 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 10:58:23 +0200 |
commit | 53df97269e221374c3696c340d549f45c15c9e77 (patch) | |
tree | 9cade148117703206c0efbb97ea75820f4233f18 /style.css | |
parent | 14ac9526572979cbb2c878ab8f5a9fb5df2c52b0 (diff) | |
download | arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.tar.gz arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.zip |
Finally some advance
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -7,3 +7,21 @@ header *{ vertical-align: middle; } +.title { + font-size: 36px; + vertical-align: middle; +} + +body { + background-image: url("tile1.jpg"); + background-repeat: repeat; +} + +.fst { + font-size: 150%; +} + +.sec { + margin-left: 20px; + font-size: 150%; +} |