Skip to content
Permalink
ab02160ff3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
34 lines (28 sloc) 528 Bytes
html {
background: beige;
}
h1 {
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: royalblue
}
p {
border: 1px solid red;
}
#submit-btn {
border: 2px solid green;
font-family: 'Times New Roman', Times, serif;
border-radius: 50px;
font-weight: bold;
}
#reset-btn {
border: 2px solid red;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-radius: 50px;
font-weight: bold;
}
#city-nm {
margin: 5px;
}
#title {
text-align: center;
}