.


:




:

































 

 

 

 


: [11/18] 5

</tr>

<tr>

<td>4.</td>

<td> <em></em></td>

<td><strong>105</strong></td>

</tr>

<tr>

<td>5.</td>

<td> <em></em></td>

<td><strong>104</strong></td>

</tr>

</table>

</div>

</body>

</html>

. . [18/18]

.

, HTML-. CSS- .

: CSS- . CSS-.

: .

.shhoter-1 > ul.target > li.miss:nth-child(3).level+span,

 

:
body

.shooter-1

.shooter-2

.target

li ( , )

li:last-child 1 2 = 0,

li.hitbox ()

.lever (- )

.lever span

, :

.shooter-1 li:nth-child(2).lever, 2 1
.shooter-1 li:nth-child(3).lever, 3 1
.shooter-1 li:nth-child(5).lever 5 1

.shooter-2 li:nth-child(1).lever, 1 2
.shooter-2 li:nth-child(4).lever, 4 2
.shooter-2 li:nth-child(5).lever 5 2

 

Css /css4-29.html

[1/18]

HTML- . , ( ) , .. , . . :

<html> <head></head> <body> <p> </p> <p class="text"> <span></span></p> </body></html>

:

. , span p.text, p.text body.

.

 

html-

 

<!DOCTYPE html>

<head>

<meta charset="utf-8">

<title> </title>

</head>

<body>

<div>

<h1> </h1>

<p> </p>

</div>

<div class="empty"> </div>

<ul>

<li class="first"> </li>

<li> </li>

<li> </li>

</ul>

</body>

</html>

[2/18]

CSS , - -.

, , ( ), . , body, .

, , , .

.

[3/18]

, .

:

<p class="text">C c <span></span></p>

, . CSS- :

.text {

color: red;

}

span :

C c

, :

C c

span. : .

css31.html

[4/18]

, - .

, , border .

, :

<p class="bordered">C c <span></span></p>

CSS-:

.bordered {

border: 1px solid green;

}

, :

C c

p.

, , .

.

[5/18]

, :

font-size, font-family, font-style, font-weight, color, text-align, text-transform,text-indent, line-height, letter-spacing, word-spacing, white-space, direction . .

list-style, cursor, visibility, border-collapse . .

CSS. yes Inherited?.

, .

, : , , . (, , ) .

 

<!DOCTYPE html>

<html>

<head>

<title> </title>

<meta charset="utf-8">

<link href="https://fonts.googleapis.com/css?family=PT+Sans:400&subset=cyrillic" rel="stylesheet" type="text/css">

</head>

<body>

<div class="block1">

<p> </p>

<p> </p>

<ul>

<li> </li>

<li> </li>

<li> </li>

</ul>

</div>

<div class="block2">

<p> </p>

<p> </p>

<ul>

<li> </li>

<li> </li>

<li> </li>

</ul>

</div>

</body>

</html>

 

1. .block1 10px 1px solid #1abc9c.

2. 2 ul .block2 background: #3498db;.

3. 3 li .block2 #e74c3c.

 

[6/18]

. . , , , , . .

: background, border, padding, margin, width, height, position .

CSS. no Inherited?.

. : - , . .

1. .block1 10px 1px solid #1abc9c.

2. 2 ul .block2 background: #3498db;.

3. 3 li .block2 #e74c3

css32.html

[7/18]

inherit.

, , . inherit , , .

:

p {

background: inherit;

}

p background , .

[8/18]

CSS Cascading Style Sheets .

, CSS- ( CSS-). . , , .

, :

<p class="text" style="color: red;"></p>

CSS- :

1. style.css p .text;

2. style;

3. , .

, .

, , CSS-:

1. ;

2. ;

3. .

.

css33.html

<!DOCTYPE html>

<html>

<head>

<title></title>

<meta charset="utf-8">

<link href="https://fonts.googleapis.com/css?family=PT+Sans:400&subset=cyrillic" rel="stylesheet" type="text/css">

<style>

body {

font-family: "PT Sans", sans-serif;

}

p {

font-size: 11px;

}

.block1 {

color: #1abc9c;

}

p.message,



<== | ==>
: [11/18] 4 | block2 message > p.message
:


: 2018-10-18; !; : 1528 |


:

:

, .
==> ...

1636 - | 1565 -


© 2015-2024 lektsii.org - -

: 0.036 .