Mam zamiar zrobić szachownice ale napotykam problemy już na starcie :
Nie chce by ktoś za mną zrobił całą szachownicę, tylko prośba o wskazówki , ewentualne błędy kilka godzin nad tym już dukam ;/
Głównie chodzi mi o obliczenia.
Ale też mi się nie zgadza bo jak by dwa ostatnie okienka by się wysypały to bym jeszcze miał nadzieję.
Jak mam błąd w pisowni to proszę o info.
Jeżeli czegoś nie wiem to proszę mi powiedzieć gdzie mam szukać odpowiedzi pod jaką nazwą.
NIe chcę gotowca nie o to mi chodzi, chcę się nauczyć.
Docelowo robię szachownicę ale najpierw muszę zrobić jedną linię.
Przykład 4 kolumn obok siebie - też mi się wysypał, nie wiem dlaczego skoro robiłem już jeden projekt i miałem 4 obok siebie.
<!DOCTYPE html>
<html>
<head>
<html lang="pl">
<meta http-equiv="X-UA-Compatible"content="IE=10">
<title> Ćwiczenie Szachownica </title>
<title> Cwiczenie HTML/CSS</title>
<style>
#pojemnik
{
width:600px;
height:100px;
padding:1px;
margin: 0 auto;
#line1
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line2
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
#line3
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line4
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
.line
{height:98px;
float:left;
width:100px;}
</style>
</head>
<body>
<div id="pojemnik"</div>
<div id="line1" class=line </div>
1
<div id="line2" class=line</div>
2
<div id="line3" class=line</div>
1
<div id="line4" class=line</div>
2
</div>
</body>
</html>
Tutaj jeszcze mały upgrade
<!DOCTYPE html>
<html>
<head>
<html lang="pl">
<meta http-equiv="X-UA-Compatible"content="IE=10">
<title> Ćwiczenie Szachownica </title>
<title> Cwiczenie HTML/CSS</title>
<style>
#pojemnik
{
width:600px;
height:100px;
padding:1px;
margin: 0 auto;
}
#pojemnik
{
width:100%;
}
#line1
{
width:25%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line2
{
width:25%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
#line3
{
width:25%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line4
{
width:25%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
.line
{height:98px;
float:left;
width:100px;}
</style>
</head>
<body>
<div id="pojemnik"
<div id="line1" class="line""> </div>
<div id="line2" class="line""></div>
<div id="line3" class="line""></div>
<div id="line4" class="line""></div>
</div>
</div>
</body>
</html>
Trochę lepiej ale dalej się kszaczy ...
Mam to 4 kolmny obok siebie ...
<!DOCTYPE html>
<html>
<head>
<html lang="pl">
<meta http-equiv="X-UA-Compatible"content="IE=10">
<title> Ćwiczenie Szachownica </title>
<title> Cwiczenie HTML/CSS</title>
<style>
#pojemnik
{
width:600px;
height:100px;
padding:1px;
margin: 0 auto;
}
#pojemnik
{
width:100%;
}
#line1
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line2
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
#line3
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line4
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
</style>
</head>
<body>
<div id="pojemnik"</div>
<div id="line1" class="line""></div>
<div id="line2" class="line""></div>
<div id="line3" class="line""></div>
<div id="line4" class="line""></div>
</div>
</body>
</html>
Dobra to już mam 4 kolumny w poziomie...
Tylko po co wpisywałem "class=line" jak tego nie wykorzystałem ?
Chyba już to mam dwa poziomy po 4 kolumy, jest biała krecha ale estetyką zajmę się później - yeah !
<!DOCTYPE html>
<html>
<head>
<html lang="pl">
<meta http-equiv="X-UA-Compatible"content="IE=10">
<title> Ćwiczenie Szachownica </title>
<title> Cwiczenie HTML/CSS</title>
<style>
#pojemnik
{
width:600px;
height:100px;
padding:1px;
margin: 0 auto;
}
#pojemnik
{
width:100%;
}
#pojemnik1
{
width:600px;
height:100px;
padding:1px;
margin: 0 auto;
}
#pojemnik1
{
width:100%;
}
#line1
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line2
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
#line3
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
#line4
{
width:24%;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
</style>
</head>
<body>
<div id="pojemnik"</div>
<div id="line1" class="line""></div>
<div id="line2" class="line""></div>
<div id="line3" class="line""></div>
<div id="line4" class="line""></div>
</div>
<div id="pojemnik2"</div>
<div id="line1" class="line""></div>
<div id="line2" class="line""></div>
<div id="line3" class="line""></div>
<div id="line4" class="line""></div>
</div>
</body>
</html>
Spróbuję zrobić 4 kolumny poziom
po 4 wiersze.
A z Tymi 8ma, to będzie "podobnie"
A tutaj już trochę inacej próbowałem zrobić 8 kolumn obok siebie i też nic.
<!DOCTYPE html>
<html>
<head>
<html lang="pl">
<meta http-equiv="X-UA-Compatible"content="IE=10">
<title> Ćwiczenie Szachownica </title>
<title> Cwiczenie HTML/CSS</title>
<style>
#pojemnik
{
width:800px;
height:800px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
margin: 0 auto;
}
@media screen and {min-width: 1024px;)}
.line1
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
.line2
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
.line3
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
.line4
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
.line5
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
.line6
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
.line7
{
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:red;
text-align: center;
float:left;
}
.line8 {
width:98px;
height:98px;
padding:1px;
text-align:center;
background-color:black;
text-align: center;
float:left;
}
</style>
</head>
<body>
<div id="pojemnik"</div>
<div class="line1" </div>
1
<div class="line2"</div>
2
<div class="line3" </div>
1
<div class="line4" </div>
2
<div class="line5" </div>
1
<div class="line6" </div>
2
<div class="line7" </div>
1
<div class="line8" </div>
1
</div>
</body>
</html>
Próbowałem też dawać ID="nazwa" + class="poziom"
Wycztałem że nie mozna sobie wstawić pustych Divów wiec dlatego mam tam cyferki i mniej więcej wiem jak się one rozkładają.
Gdyby udało mi się ułozyć 8 w jednej lini.
To próbowałbym robić jeszcze 7 pojemników.
Po prostu po dokładać.