diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-02-28 15:44:44 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 14:29:47 +0200 |
| commit | f1c31316a12a76c9b9af4b40e605eb040d7dbd43 (patch) | |
| tree | 6019979099dba38e83de865462a19c2943156743 /battleshipFiles/battleship.css | |
| download | battleship-f1c31316a12a76c9b9af4b40e605eb040d7dbd43.tar.gz battleship-f1c31316a12a76c9b9af4b40e605eb040d7dbd43.tar.zst battleship-f1c31316a12a76c9b9af4b40e605eb040d7dbd43.zip | |
v1.0.0
Diffstat (limited to 'battleshipFiles/battleship.css')
| -rw-r--r-- | battleshipFiles/battleship.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/battleshipFiles/battleship.css b/battleshipFiles/battleship.css new file mode 100644 index 0000000..89ec109 --- /dev/null +++ b/battleshipFiles/battleship.css @@ -0,0 +1,15 @@ +.ul
+{
+ list-style-type: none;
+}
+
+#whosTurn {
+ position: fixed;
+ bottom: 10rem;
+ left: 50%;
+ translate: -50%;
+}
+
+body {
+ height: 100vh;
+}
|
