aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-10-28 10:58:23 +0200
committerarf20 <aruizfernandez05@gmail.com>2023-10-28 10:58:23 +0200
commit53df97269e221374c3696c340d549f45c15c9e77 (patch)
tree9cade148117703206c0efbb97ea75820f4233f18 /style.css
parent14ac9526572979cbb2c878ab8f5a9fb5df2c52b0 (diff)
downloadarfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.tar.gz
arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.zip
Finally some advance
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3187766..f6cb481 100644
--- a/style.css
+++ b/style.css
@@ -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%;
+}