File size: 841 Bytes
3b1e17e 68a1cf4 3b1e17e 68a1cf4 3b1e17e 790cebc 3b1e17e 790cebc 68a1cf4 790cebc 3b1e17e 64a3e20 3b1e17e 790cebc 3b1e17e 64a3e20 68a1cf4 790cebc 68a1cf4 3b1e17e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
body {
font-family: 'Bellota', cursive;
font-size: 18px;
margin: 0;
padding: 0;
background-color: #f2f2f2;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.header-content {
display: flex;
align-items: center;
}
.logo {
width: 80px;
height: 80px;
margin-right: 20px;
}
header h1 {
font-size: 24px;
}
main {
padding: 20px;
text-align: center;
}
section {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin-bottom: 20px;
}
h2 {
font-size: 24px;
color: #333;
margin-bottom: 10px;
}
.gradio-app {
margin-top: 20px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
font-size: 14px;
}
|