diff --git a/index.html b/index.html index e7fe0a2..1b93589 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,25 @@ SNAKE! + +
+

PONTUAÇÃO +

+

+
- \ No newline at end of file + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..958f684 --- /dev/null +++ b/styles.css @@ -0,0 +1,22 @@ +body{ + display:grid; + justify-content: center; +} +#score{ + font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-size:medium; + font-weight: 700; + text-align: center; + width: 33vw; + margin: none; + border-radius: 3px; + padding-bottom: 15px; + padding-top: 15px; + +} +#title{ + font-size: 22px; +} +.scoreDisplay{ + font-size: 18px; +}