From a8ab938ec726fb62f4721cbbbce649c0c62984a7 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 1 Jun 2022 17:58:57 -0700 Subject: [PATCH] Added borders --- css/general.css | 17 ++++++++++++++++- index.html | 10 ++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/css/general.css b/css/general.css index 30aa5d4..03ac473 100644 --- a/css/general.css +++ b/css/general.css @@ -182,7 +182,7 @@ nav li a:focus::after{ width: 300px; } #prizes-container { - transform: scale(0.8); + transform: scale(0.9); } } @media (max-height: 700px) { @@ -195,6 +195,11 @@ nav li a:focus::after{ #spots-container { display: flex; place-items: center; + border-radius: 10px; + margin-top: 5px; + padding: 0 7px; + border: 1px solid rgb(73, 73, 73); + background-color: rgb(22, 22, 22); } .blob { @@ -255,10 +260,15 @@ nav li a:focus::after{ #header-subtitle-date { padding: 5px; + margin-top: 5px; + border-radius: 10px; + border: 1px solid rgb(73, 73, 73); + background-color: rgb(22, 22, 22); } #header-subtitle-spots { padding: 5px; + } #entrance-arrow { @@ -875,6 +885,11 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de margin: 0 auto 5px; } +abbr[title] { + text-decoration: underline dotted; + cursor: help; +} + .emphasis-text { color:rgb(51, 235, 189); } diff --git a/index.html b/index.html index 26aa66d..7c5debd 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@

Aug 12 - 14

-

40 spots left

+

40 spots remaining

@@ -249,7 +249,7 @@

Do not plagiarize

- - You are allowed to use existing libraries and packages with a valid liscence and give credit when credit is due + - You are allowed to use existing libraries and packages with a valid license and give credit when credit is due (required, unless under Creative Commons or Copyleft)
- You may also use old projects as frameworks for your product, but you cannot work on any material that is related to the hackathon before the event

@@ -264,6 +264,8 @@

Any resource is at your disposal

- You may use a combination of software and hardware in your project +
+ - You may not copy others' unlicensed word