From 26b6dc679e52418828792f7c8da41c8845d97eb5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 26 Sep 2021 21:33:57 +0200 Subject: [PATCH] I found this on my Google Drive --- ciao.css | 40 ++++++++++++++++++++++++ ciao.htm | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ciao.js | 0 3 files changed, 133 insertions(+) create mode 100644 ciao.css create mode 100644 ciao.htm create mode 100644 ciao.js diff --git a/ciao.css b/ciao.css new file mode 100644 index 0000000..888b1c5 --- /dev/null +++ b/ciao.css @@ -0,0 +1,40 @@ +body +{ + font-family: 'Ubuntu'; + background-color: #ff7f00; + color: #783f04; +} + +a +{ + color: #0000ff; +} + +.box +{ + background-color: #fce5cd; + padding: 5px; + border-radius: 5px; + margin: 2px; +} + +.gold +{ + background-color: #ffff00; + color: #7f6000; + font-size: 20px; +} + +.silver +{ + background-color: #d9d9d9; + color: #434343; + font-size: 15px; +} + +.bronze +{ + background-color: #f6b26b; + color: #783f04; + font-size: 12px; +} \ No newline at end of file diff --git a/ciao.htm b/ciao.htm new file mode 100644 index 0000000..f367135 --- /dev/null +++ b/ciao.htm @@ -0,0 +1,93 @@ + + + I'm bored + + + + + + + + + + +

+ Steffo: the website +

+

+ without anything inside +

+
+

+ Random icons +

+ Steam
+ Telegram
+ GitHub +
+
+

+ Achievements +

+ + +
+ Silver Medal with Italy Team B at the European Union Science Olympiads held in May 2016 in Estonia. +
+
+ + + + + +
+ + \ No newline at end of file diff --git a/ciao.js b/ciao.js new file mode 100644 index 0000000..e69de29