mirror of
https://github.com/CristianCruz0309/proyectos-curso-javascript.git
synced 2026-08-15 02:50:10 +00:00
Proyectos (DIA 1 - 13)
Realizados gracias al curso "JAVASCRIPT TOTAL"
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: brown;
|
||||
}
|
||||
|
||||
button {
|
||||
height: 30px;
|
||||
width: 158px;
|
||||
background-color: darkblue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
input {
|
||||
height: 20px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user