React/2025. 01. 24/test/src/css/Random.css

24 lines
328 B
CSS
Raw Normal View History

2025-02-11 09:53:50 +00:00
.container {
width: 20%;
}
h1 {
text-align: center;
}
button {
padding: 12px;
margin-bottom: 30px;
border-radius: 20px;
cursor: pointer;
transition: 400ms ease-in-out;
font-size: 1.1rem;
}
button:hover {
background-color: rgb(200, 200, 200);
}
.random-img {
border: 2px solid black;
}