diff --git a/css/estilo.css b/css/estilo.css index ab3d2c4..8d06323 100644 --- a/css/estilo.css +++ b/css/estilo.css @@ -1,11 +1,19 @@ body{ - background-color: rgba(8, 8, 8, 0.856); + background-color: rgba(82, 82, 82, 0.856); +} + +/*Botões de aumentar e diminuir fonte*/ +.btn-container button{ + width: 50px; + height: 50px; + margin: 15px 0px 0px 10px; } h1{ + font-size: 65px; text-align: center; - color: yellow; - margin-top: 70px; + color: #FDFF0F; + margin-top: 10px; } /*INÍCIO Estilo: editor de texto*/ @@ -52,7 +60,8 @@ input.btn{ width: 150px; height: 150px; margin: 1.5em; - background-color: white; + background-color: #FDFF0F; border-radius: 50%; } + /*FIM Estilo dos botões: limpar, upload, download e falar*/ diff --git a/imagem/icon-download.png b/imagem/icon-download.png new file mode 100644 index 0000000..0e85fd7 Binary files /dev/null and b/imagem/icon-download.png differ diff --git a/imagem/icon-upload.png b/imagem/icon-upload.png index 3acb126..f4a43c9 100644 Binary files a/imagem/icon-upload.png and b/imagem/icon-upload.png differ diff --git a/imagem/icon-voice.png b/imagem/icon-voice.png index 99bcaa2..2c0bef5 100644 Binary files a/imagem/icon-voice.png and b/imagem/icon-voice.png differ diff --git a/index.html b/index.html index 7fabf34..2bbb489 100644 --- a/index.html +++ b/index.html @@ -9,36 +9,40 @@ + - Editor Summer Note - + Matraca Web + +
+ + +
+

MATRACA WEB

- +
- - +
Seletor de voz:
- - +
- - - - + + + +
- - + + @@ -49,7 +53,21 @@

MATRACA WEB

+ + + + +
+
+
+
+
+
+ + - \ No newline at end of file +