diff --git a/1.block/css/block.css b/1.block/css/block.css new file mode 100644 index 0000000..0b25968 --- /dev/null +++ b/1.block/css/block.css @@ -0,0 +1,75 @@ +*{ + margin: 0; +} +.container{ + width: 100%; + height: 100%; + display: flex; + flex-flow: wrap; + align-content: flex-start; +} +.HeaderBlockLeft{ + width: 49.5%; + height: 10%; + background-color: blue; + margin-right: 1%; +} +.HeaderBlockRight{ + width: 49.5%; + height: 10%; + background-color: blue; +} +.Body{ + margin-top: 1%; + margin-bottom: 1%; + width: 100%; + height: 40%; + background-color: brown; +} +.Pre-FooterBlockLeft{ + width:33%; + height: 17%; + background-color: blueviolet; + margin-right: 0.5%; +} +.Pre-FooterBlockMiddle{ + width:33%; + height: 17%; + background-color: blueviolet; + margin-right: 0.5%; +} +.Pre-FooterBlockRight{ + width:33%; + height: 17%; + background-color: blueviolet; +} +.FooterBlockLeft{ + margin-left: 0.5%; + margin-top: 1%; + width: 24%; + height: 29%; + background-color: red; + margin-right: 1%; +} +.FooterBlockAfterLeft{ + margin-top: 1%; + width: 24%; + height: 29%; + background-color: red; + margin-right: 1%; +} +.FooterBlockMiddle{ + margin-top: 1%; + width: 24%; + height: 29%; + background-color: red; + margin-right: 1%; +} +.FooterBlockRight{ + margin-top: 1%; + width: 24%; + height: 29%; + background-color: red; +} + + diff --git a/1.block/index.html b/1.block/index.html new file mode 100644 index 0000000..f231542 --- /dev/null +++ b/1.block/index.html @@ -0,0 +1,34 @@ + + + + + + Block + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/1.sheet/css/sheet.css b/1.sheet/css/sheet.css new file mode 100644 index 0000000..cbc124c --- /dev/null +++ b/1.sheet/css/sheet.css @@ -0,0 +1,31 @@ +*{ + margin: 0; +} +table{ + table-layout: fixed; + border-spacing: 10px 20px; +} + + +.top{ + height: 100px; + background-color: orange; +} + + +.midle{ + height: 300px; + background-color: yellow; +} + + +.AfterMiddle{ + height: 200px; + background-color:blue; +} + + +.Footer{ + height: 150px; + background-color: darkgray; +} \ No newline at end of file diff --git a/1.sheet/index.html b/1.sheet/index.html new file mode 100644 index 0000000..850903d --- /dev/null +++ b/1.sheet/index.html @@ -0,0 +1,34 @@ + + + + Sheet + + + + + + + + +
+ + + + +
+ + + + + + +
+ + + + + + + +
+ \ No newline at end of file diff --git a/2/css/2.css b/2/css/2.css new file mode 100644 index 0000000..631e4ee --- /dev/null +++ b/2/css/2.css @@ -0,0 +1,36 @@ +*{ + margin: 0; +} +.Container{ + background-color: white; + height: 90%; + width: 90%; + border: 5px solid black; +} + + +.TopLeft{ + position: relative; + background-color: red; + height: 50%; + width: 50%; +} + + +.BottomRight{ + position: relative; + left:50%; + background-color: blue; + height: 50%; + width: 50%; +} + + +.Middle{ +position: relative; +top:-75%; +left: 25%; +background-color: chartreuse; +height: 50%; +width: 50%; +} \ No newline at end of file diff --git a/2/index.html b/2/index.html new file mode 100644 index 0000000..764bd1d --- /dev/null +++ b/2/index.html @@ -0,0 +1,16 @@ + + + SecondTask + + + + +
+
+
+
+
+
+
+
+ \ No newline at end of file diff --git a/3/css/3.css b/3/css/3.css new file mode 100644 index 0000000..cbd40cf --- /dev/null +++ b/3/css/3.css @@ -0,0 +1,99 @@ +*{ + margin: 0; +} +body{ + background: url(../img/E075hjMaSl.jpg); + min-width: 1257px; +} + +.Head{ + width: 93%; + min-width: 1257px; + margin-right: 5%; + margin-left: 5%; + background-color:rgba(65, 25, 0, 0.4); + height: 15%; + text-align: center; + color:black; + font-size: 60px; + font-family: 'Pacifico', cursive; + border-radius: 0 0 20px 20px; +} + +.menu{ + float: right; + width: 10%; + height: 600px; + background-color:rgba(0, 0, 0, 0.4); + font-family: 'Times New Roman', Times, serif; + font-size: 25px; + border-radius: 10px; +} + +a{ + text-decoration: none; + color:black; +} + +a:hover{ + color: blue; +} + +.Text{ + font-size: 45px; + font-family: 'Pacifico', cursive; + text-align: left; +} + +.Foot{ + position: absolute; + bottom: 0; + width: 93%; + min-width: 1257px; + height: 15%; + margin-left: 5%; + margin-right: 5%; + border-radius: 20px 20px 0 0; + background-color:rgba(65, 25, 0, 0.4); +} + +.Spons{ + position: relative; + top: -30px; + font-size: 20px; + font-family: 'Times New Roman', Times, serif; + font-weight: bold; +} + +.GAZ{ + position:relative; + top:9px; + margin-left: 1%; + height: 60px; + width: 60px; +} + +.adid{ + position:relative; + top:9px; + margin-left: 1%; + height: 60px; + width: 60px; +} + +.MB{ + position:relative; + top:9px; + margin-left: 1%; + height: 60px; + width: 60px; +} + +.Contact{ + position: relative; + top:35%; + left: 5%; + font-size: 23px; + font-weight: bold; + text-align: center; +} \ No newline at end of file diff --git a/3/img/116d0b990a0d028a0168afdd3fbe9e90.jpg b/3/img/116d0b990a0d028a0168afdd3fbe9e90.jpg new file mode 100644 index 0000000..7db681a Binary files /dev/null and b/3/img/116d0b990a0d028a0168afdd3fbe9e90.jpg differ diff --git a/3/img/800px-Gazprom-Logo.svg_.jpg b/3/img/800px-Gazprom-Logo.svg_.jpg new file mode 100644 index 0000000..7dda071 Binary files /dev/null and b/3/img/800px-Gazprom-Logo.svg_.jpg differ diff --git a/3/img/E075hjMaSl.jpg b/3/img/E075hjMaSl.jpg new file mode 100644 index 0000000..89a5b82 Binary files /dev/null and b/3/img/E075hjMaSl.jpg differ diff --git a/3/img/adidas_logo_3d_model_c4d_max_obj_fbx_ma_lwo_3ds_3dm_stl_384267_o.jpg b/3/img/adidas_logo_3d_model_c4d_max_obj_fbx_ma_lwo_3ds_3dm_stl_384267_o.jpg new file mode 100644 index 0000000..4bd479f Binary files /dev/null and b/3/img/adidas_logo_3d_model_c4d_max_obj_fbx_ma_lwo_3ds_3dm_stl_384267_o.jpg differ diff --git a/3/index.html b/3/index.html new file mode 100644 index 0000000..1c4e824 --- /dev/null +++ b/3/index.html @@ -0,0 +1,40 @@ + + + ThirdTask + + + + + +
+ The gallery works name Bazukina Vyacheslava +
+ +
+
    +
  1. Welcome to the Bizyukin Vyacheslav gallery.
  2. +
  3. He is an outstanding and talented artist only in his imagination, so do not judge strictly.
  4. +
  5. Vyacheslav began his March in may 2019, and is now at the beginning of his artistic career.
  6. +
  7. Here you can see how he began his career as an artist, and what peaks he reached in such a short period + of time.
  8. +
  9. Enjoy watching!
  10. +
+
+
+ The project was sponsored: + ; + ; + ; + Contact:https://vk.com/white_power69; +375(29)5661291 +
+ \ No newline at end of file diff --git a/4/css/4.css b/4/css/4.css new file mode 100644 index 0000000..5d24111 --- /dev/null +++ b/4/css/4.css @@ -0,0 +1,118 @@ +@font-face{ + font-family: "Pricedown"; + src:url(../fonts/660_pricedown_rus.ttf); +} +*{ + margin: 0; +} +body{ + background:url(../img/YCdWTJ.jpg); + min-width: 1205px; +} + +.Head{ + position: fixed; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + -webkit-box-sizing: border-box; + box-sizing: border-box; + left: 0; + right: 0; + width: 100%; + height: 10%; + background-color: rgba(0,0,0,0.3); + line-height: 10%; + border: 3px solid black; + min-width: 1256px; +} + +.Head:hover{ + background-color:rgba(0,204,0,0.3); + opacity: 1; +} + +.ImgRight{ + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + height: 60px; + width: 100px; + margin: 0 10px; +} + +.ImgLeft{ + height: 60px; + width: 100px; + margin: 0 10px; +} + +.TextHead{ + font-size: 90px; + font-family: "Pricedown"; +} + +.TextMid{ + position: relative; + top:0px; + left: 40px; + height: auto; + width: 1100px; + -webkit-column-count: 2; + column-count: 2; + -webkit-column-gap: 200px; + column-gap: 200px; + border-right: 5px groove black; + border-left: 5px groove black; + font-family:'Times New Roman', Times, serif; + color:black; + font-size: 20px; +} + +.Foot{ + position: absolute; + bottom: 0; + width: 100%; + min-width: 1256px; + height: 15%; + background-color: rgba(0,0,0,0.3); + border-radius: 10px; +} + +.Foot:hover{ + background-color:rgba(0,204,0); +} + +.FootText{ + float: left; + margin-left: 4%; + margin-right: 10%; + margin-top: 2%; + margin-bottom: 2%; + line-height: 2; + font-family: 'Times New Roman', Times, serif; + font-size: 16px +} + +.GTA{ + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 400px; + font-size: 110px; + font-family:'Times New Roman', Times, serif; + text-align: center; +} + diff --git a/4/fonts/660_pricedown_rus.ttf b/4/fonts/660_pricedown_rus.ttf new file mode 100644 index 0000000..b410cba Binary files /dev/null and b/4/fonts/660_pricedown_rus.ttf differ diff --git a/4/img/882.jpg b/4/img/882.jpg new file mode 100644 index 0000000..a4ef949 Binary files /dev/null and b/4/img/882.jpg differ diff --git a/4/img/YCdWTJ.jpg b/4/img/YCdWTJ.jpg new file mode 100644 index 0000000..08309d3 Binary files /dev/null and b/4/img/YCdWTJ.jpg differ diff --git a/4/index.html b/4/index.html new file mode 100644 index 0000000..dd23d04 --- /dev/null +++ b/4/index.html @@ -0,0 +1,48 @@ + + + Fourth task + + + + +
+ +

Groove Street

+ +
+
+ Grand Theft Auto +
+
+

+ Grove Street Families was an African American gang that split into three parts in 1992. + The first is the families on grove Street, part of the gang that's still in business. The second is the + temple + drive family, part of the gang that refused to do business and controls the temple grounds. + The third-the family of Seville Boulevard, she also refused to do business and began to control the area of + Playa del Seville. + A family gang from grove Street, fighting and selling weapons, but despising drugs. + And although the leader of the gang Sweet not against the fact that some members of the gang still sometimes + smoke weed (eg rider), drug trafficking in the gang is strictly prohibited. + The gang is equipped mainly with colt pistols 1911, and after the robbery of army warehouses - + semi-automatic + TEK-9. + If Carl Johnson paints over all 100 graffiti in Los Santos, the gang armed with guns Desert Eagle and MP5. + They drive Savannah, Voodoo, and Greenwood. + The gang was formed in the area of Ganton, about 60 years, and possibly earlier, so are the oldest gang in + Los + Santos. + Then they occupied all the neighboring territories. +

+
+
+

Название: Grand Theft Auto - San Andreas
+ Год выпуска: 2005 +

+

+ Жанр: Action (Shooter) / Arcade / Racing (Cars / Motorcycles / Bicycles) / 3D / 3rd Person
+ Разработчик: Rockstar North +

+ Издатель: Rockstar Games +
+ \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 0eb0049..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# ORMEDIA \ No newline at end of file