about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task7.html
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/1/task7.html')
-rw-r--r--usth/ICT3.2/prac/1/task7.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/1/task7.html b/usth/ICT3.2/prac/1/task7.html
new file mode 100644
index 0000000..82782eb
--- /dev/null
+++ b/usth/ICT3.2/prac/1/task7.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<style>
+img { border: 5px solid red }
+img:hover { border-radius: 7% }
+</style>
+<body>
+  <img src='images/doggo-think.jpg'>
+</body>
+</html>