gyakorlofeladat hozzaadasa
This commit is contained in:
95
25_04_28/Azure IoT Edge/megoldasok/styles.css
Normal file
95
25_04_28/Azure IoT Edge/megoldasok/styles.css
Normal file
@@ -0,0 +1,95 @@
|
||||
/*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*/
|
||||
Reference in New Issue
Block a user