Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- margin-right: 0;
- margin-left: 0;
- color: white;
- /*обводка вокруг букв*/
- -webkit-text-stroke: .1px black;
- line-height: normal;
- }
- body {
- background-image: url("../images/back-image.jpg");
- background-size: cover;
- }
- /*прослойка между фоном и текстом*/
- body > .layout {
- background-color: rgba(0, 0, 0, .1);
- margin: 0;
- padding: 0;
- }
- .header {
- text-align: center;
- margin: 0;
- font-weight: 550;
- line-height: 50px;
- background-color: rgba(18, 2, 2, 0.2);
- color: black;
- text-transform: uppercase;
- }
- .photo img {
- position: absolute;
- right: 10px;
- top: 11%;
- width: 20%;
- color: white;
- border: 10px solid white;
- border-radius: 50px;
- }
- div.assessment {
- text-align: right;
- }
- h4.assessment {
- color: rgb(120, 10, 100);
- margin: 0;
- padding: 0;
- }
- form div {
- clear: left;
- margin: 0;
- padding: 5px 0 0;
- }
- .det-link{
- padding-left: 10px;
- }
- .det-info{
- padding-left: 10px;
- }
- .personal-data{
- height: 400px;
- }
- li {
- margin-left: 0;
- padding: 0;
- }
- li span, tr th, p span {
- font-weight: 550;
- color: black;
- -webkit-text-stroke: .1px red;
- }
- a {
- text-decoration: none;
- display: block;
- transition: .3s;
- }
- a:hover {
- transform: scale(1.1);
- color: #fff;
- background: #000;
- max-width: 300px;
- overflow: auto;
- }
- a#rnc {
- font-size: 20px;
- }
- hr {
- border: none;
- background-color: black;
- color: black;
- height: 3px;
- margin: auto;
- width: 300px;
- }
- ul {
- list-style-type: none;
- }
- table {
- margin: auto;
- height: 300px;
- }
- .footer {
- background-color: black;
- display: flex;
- height: 300px;
- margin: 0;
- padding: 0;
- border: 0;
- }
- .footer-text {
- color: white;
- margin: auto;
- font-size: 24px;
- }
- div.nav-bar {
- margin-bottom: 10px;
- overflow: auto;
- height: 40px;
- max-width: 500px;
- background-color: white;
- font-size: 15px;
- border: 2px solid rgba(255, 77, 77, .5);
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
- }
- nav {
- position: absolute;
- top: 0;
- left: 0;
- }
- nav ul{
- display: flex;
- list-style: none;
- }
- nav ul li {
- margin-right: 10px;
- }
- nav ul li a {
- color: black;
- }
- nav ul li:first-child {
- background-color: red;
- }
- p.block-to-inline {
- display: inline;
- }
- div.block-to-inline {
- margin: auto;
- height: 50px;
- background-color: #79b172;
- text-align: center;
- }
- div.text-up-the-image {
- height: 300px;
- text-align: center;
- background-image: url(../images/animal.jpeg);
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- border: 2px solid white;
- border-radius: 15px;
- margin: auto;
- }
- p.text-up-the-image {
- font-family: "Comic Sans MS", Helvetica, sans-serif;
- color: black;
- text-shadow: 1px 1px 5px black;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement