-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf7ef19
commit b3fa09f
Showing
11 changed files
with
308 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,49 @@ | ||
:root { | ||
|
||
--txt-color: #343434; | ||
|
||
--scrollbar-width: 8px; | ||
--scrollbar-trumb-background-color: rgba(0, 0, 0, .2); | ||
--scrollbar-trumb-background-color-hover: rgba(0, 0, 0, .3); | ||
|
||
--shadow: 2px 2px 8px 0px rgba(34, 60, 80, 0.2); | ||
} | ||
|
||
/* ScrollBar */ | ||
::-webkit-scrollbar { | ||
width: var(--scrollbar-width) | ||
} | ||
|
||
::-webkit-scrollbar-thumb { | ||
border-radius: 8px; | ||
background-color: var(--scrollbar-trumb-background-color) | ||
} | ||
|
||
::-webkit-scrollbar-thumb:hover { | ||
background-color: var(--scrollbar-trumb-background-color-hover) | ||
} | ||
|
||
* { | ||
|
||
font-family: sans-serif; | ||
} | ||
|
||
body { | ||
margin: 0; | ||
padding: 0; | ||
font-family: sans-serif; | ||
} | ||
|
||
header { | ||
padding: 1px; | ||
color: white; | ||
background-color: black; | ||
} | ||
|
||
.wrapper { | ||
width: 80%; | ||
margin: auto; | ||
} | ||
|
||
.preview { | ||
height: 300px; | ||
border: 1px solid red | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>UVDTF</title> | ||
<link rel="stylesheet" href="../../style.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="WRAPPER"> | ||
<header> | ||
<div class="wrapper"> | ||
<h1>COLORSUN UV DTF</h1> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
<div class="wrapper"> | ||
<img src="img/poster.jpg" height="200px"> | ||
<a href="https://www.color-sun.com/sdp/337300/4/pd-1485445/21107584-2969419/A3_Size_2_In_1_With_Laminator_Direct_To_Ab_Film_UV.html">Сайт производителя </a> | ||
<p>Работоспособность машины сомнительная</p> | ||
|
||
<h2>Файлы и программы</h2> | ||
<pre> | ||
Операционная система: <a href="https://drive.google.com/file/d/1hzp1NbWG_6A65wKcboNnkrFJYTbLoo3A/view?usp=sharing">en_windows_10_version_1511_updated_feb_2016_x64_dvd_10586.iso</a> | ||
Риповщик: Vprint (<a href="https://colorart.ru/raster-image-processor/">что такое риповщик?</a>) [нужно спиздить статью и переписать] | ||
</pre> | ||
|
||
## Ключи | ||
1 USB-накопитель | ||
</div> | ||
</main> | ||
</div> | ||
</body></html> |
Oops, something went wrong.