Files
Frontend/25_04_28/Azure IoT Edge/megoldasok/styles.css
2025-04-28 12:58:47 +02:00

96 lines
1.5 KiB
CSS

/*12. Feladat */
body {
font-family: Geneva, sans-serif;
background-image: url('hatter.jpg');
color: white;
/*12. Feladat vége */
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
color: white;
}
/*13. Feladat */
#tartalom {
width: 900px;
margin: 20px auto;
/*13. Feladat vége*/
background-color: rgba(4, 42, 63, 0.8);
margin-bottom: 20px;
padding: 40px;
}
.keret {
padding: 0px 25px 0px 25px;
margin: auto 20px;
}
/*14. Feladat */
.keret img {
padding-bottom: 10px;
border-bottom: 3px solid rgb(58, 189, 201);
max-width: 800px;
}
/*14. Feladat vége*/
/*15. Feladat */
h1, h2 {
font-style: italic;
}
/*15. Feladat vége*/
.kepalairas {
font-size: 1.3em;
margin: 0;
font-style: italic;
text-align: center;
line-height: 130%;
}
table {
background-color: rgba(227, 225, 233, 0.3);
border: 3px solid rgb(58, 189, 201);
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
max-width: 800px;
}
th {
background-color: rgba(58, 189, 201, 0.6);
color: white;
}
th, td {
border: 1px solid rgb(58, 189, 201);
padding: 5px;
}
/*16. Feladat */
a {
color: rgb(58, 189, 201);
text-decoration: none;
}
a:hover {
color: yellow;
}
/*16. Feladat vége*/
/*17. Feladat */
p {
text-align: justify;
text-indent: 20px;
}
/*17. Feladat vége*/
/*10. Feladat*/
.azure_kiemeles {
font-weight: bold;
color: cyan;
}
/*10. Feladat vége*/