Skip to content
Snippets Groups Projects
Commit a600da4c authored by 임학범's avatar 임학범
Browse files

done2

parent 31a426f5
No related branches found
No related tags found
No related merge requests found
Pipeline #7489 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}
...@@ -20,7 +20,7 @@ const TimeButton = (props) => { ...@@ -20,7 +20,7 @@ const TimeButton = (props) => {
return ( return (
<> <>
<button onClick={displayTime} tz={props.tz}> <button onClick={displayTime}>
{props.cityName} {props.cityName}
</button> </button>
<div>{time}</div> <div>{time}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment