initial commit
This commit is contained in:
34
styles.css
Normal file
34
styles.css
Normal file
@@ -0,0 +1,34 @@
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
align-items: center;
|
||||
background-color:#91e4f3;
|
||||
|
||||
}
|
||||
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
/* Общие стили для карточек*/
|
||||
.card{
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
margin: 50px auto;
|
||||
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*Стили, сгенерироованные нейросетями */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user