Skip to content
Snippets Groups Projects
Commit de36cbe0 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Modify submit button

parent 82eed9c9
Branches
No related merge requests found
...@@ -22,6 +22,7 @@ form { ...@@ -22,6 +22,7 @@ form {
padding: 1rem; padding: 1rem;
border-radius: 6px; border-radius: 6px;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
box-shadow: 3px 3px 3px black;
} }
input, input,
...@@ -65,18 +66,16 @@ textarea:focus { ...@@ -65,18 +66,16 @@ textarea:focus {
} }
button { button {
display: block;
font: inherit; font: inherit;
font-size: 16px;
font-family: Arial;
width: 113px; width: 113px;
height: 37px; height: 37px;
border-width: 0px;
color: #fff; color: #fff;
border-color: rgba(0, 98, 204, 1); border: 1px solid rgba(0, 123, 255, 1);
font-weight: bold; border-radius: 4px;
border-radius: 10px;
text-shadow: 1px 1px 0px #2f6627;
background: rgba(0, 123, 255, 1); background: rgba(0, 123, 255, 1);
padding: 0.5rem, 1.5rem;
cursor: pointer;
} }
button:hover { button:hover {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment