get ticeled

This commit is contained in:
Robert
2025-03-11 15:26:15 +00:00
parent 0d66af134a
commit 873fd6dd33
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<link rel="stylesheet" href="/WebGames-master/WebGames-master/main.css">
<body>
<p class="one">
<head>
<head class="two">
<a herf="/BubbleGame/index.html"><img src="/WebGames-master/WebGames-master/assets/the_bubble_game.png" alt="The Bubble Game" width="150" height="150"></a>
<a herf="/BubbleGame/index.html"><img src="/WebGames-master/WebGames-master/assets/the_bubble_game.png" alt="The Bubble Game" width="150" height="150"></a>
</head>
+5 -2
View File
@@ -19,9 +19,12 @@ p.one {
-webkit-box-shadow: 0 0 10px #777777;
box-shadow: inset 0 0 10px #777777;
-moz-box-align: center;
text-align: left;
padding: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 20px;
}
head.two {
text-align: left;
}