لماذا لم يظهر معي عند الشيك بوكس والراديو والبعثرة في لوحة التسجيل
 
	كنت أحاول جعل وراء الكلام الذي باللون الأصفر لون الفضي gray
 
	لكن كلما حاولت أصبح الامر أسوء بكثير 
 
	حاولت كثيراً وأشعر بالفشل حقيقة
 
h1[name="1"] {
    color: rgb(245, 203, 16);
    background-color: rgb(130, 131, 130);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 50%;
    padding: 5px;
    background-size: contain;
    margin-top: 10px;
    border-color: rgb(205, 207, 86), 2px;
    margin-left: 500px;
    margin-bottom: 100px;
    text-align: center;
    margin: center;
    -webkit-border-radius: 20px;
}
.example-1 {
    background-color: rgb(102, 100, 100);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    background-size: contain;
}
.example-2 {
    background-color: rgb(104, 103, 103);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    background-size: contain;
}
table[class="1"] {
    color: rgb(247, 203, 9);
    padding-left: 1000px;
    border-color: aqua;
    border-style: groove;
    border-width: 1px;
}
table[class="1"] {
    background-image: url(2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    margin-left: 470px;
    margin-bottom: 10px;
    margin: center;
    text-align: center;
    border-color: rgb(133, 134, 133);
    border-width: 25px;
}
body {
    background-image: url(2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: outset;
    border-color: rgb(121, 122, 121);
    border-width: 20px;
    padding-right: 450px;
    margin: 100px;
}
input[type="submit"],
[type="reset"] {
    color: rgb(21, 121, 1);
    background-color: rgb(247, 247, 247);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 10px;
    margin: 60px;
    margin-left: 30px;
}
	style.css