aboutsummaryrefslogtreecommitdiff
path: root/HTML/HTML - Web page 1/Page1.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-04-12 15:26:00 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-04-12 15:26:00 +0300
commit5180e2536b557b5604450a91ea942cbe5023a7dc (patch)
treeee56fa55f93e302032de0aba3e935374e78587bd /HTML/HTML - Web page 1/Page1.html
parent763b2b770039a73cdc494d6cfa279b886c5e0035 (diff)
downloadSchool-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.tar
School-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.tar.gz
School-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.zip
Added all coding projects from school done until now
Diffstat (limited to 'HTML/HTML - Web page 1/Page1.html')
-rw-r--r--HTML/HTML - Web page 1/Page1.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/HTML/HTML - Web page 1/Page1.html b/HTML/HTML - Web page 1/Page1.html
new file mode 100644
index 0000000..cd3926a
--- /dev/null
+++ b/HTML/HTML - Web page 1/Page1.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <style>
+ #toplinxudistros {
+ border-collapse: collapse;
+ }
+
+ #toplinxudistros table, #toplinxudistros th, #toplinxudistros td {
+ text-align: center;
+ border: 1px solid #ddd;
+ }
+
+ #toplinxudistros th, #toplinxudistros td {
+ padding: 10px;
+ background-color: #fdffe3;
+ }
+
+ #toplinxudistros th {
+ color: #ffffff;
+ background-color: #5294e2;
+ }
+ </style>
+ </head>
+
+ <body> <center>
+ <font face="Trebuchet MS" size=5>Top 3 most popular Linux distributions according to <a href="https://distrowatch.com">Distrowatch</a> </font>
+ <br><br>
+ <table id="toplinxudistros">
+ <tr>
+ <th>Name</th>
+ <th>Based on</th>
+ <th>Supported desktop environments</th>
+ </tr>
+ <tr>
+ <td><img src="mx.png"></td>
+ <td><img src="debian.png" width="77" height="90px"></td>
+ <td>Xfce</td>
+ </tr>
+ <tr>
+ <td><img src="manjaro.png"></td>
+ <td><img src="arch.png" width="120" height="90px"></td>
+ <td>Awesome, bspwm, Budgie, Cinnamon, Deepin, GNOME,<br>
+ i3, KDE Plasma, LXQt, MATE, Openbox, Xfce</td>
+ </tr>
+ <tr>
+ <td><img src="mint.png"></td>
+ <td><img src="debian.png" width="77" height="90px"></td>
+ <td>Cinnamon, MATE, Xfce</td>
+ </tr>
+ </table>
+
+ <center> </body>
+</html>