Skip to content

Commit 94b1ad1

Browse files
committed
preparation final section
1 parent 5128a1b commit 94b1ad1

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
3+
.container {
4+
margin: 0 auto;
5+
max-width: 350px;
6+
padding-top:65px;
7+
}
8+
9+
label {
10+
display: block;
11+
margin-top: 30px;
12+
13+
}
14+
15+
input {
16+
border-radius: 4px;
17+
height: 30px;
18+
line-height: 30px;
19+
font-size: 17px;
20+
font-family: "Courier", serif;
21+
width:310px;
22+
margin-bottom: 30px;
23+
border: 2px solid darkgray;
24+
padding: 5px 10px 5px 10px;
25+
}
26+
27+
28+
input::-ms-clear {
29+
display: none;
30+
}
Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
<h1>
2-
Payment Modal
3-
</h1>
41

2+
<header class="l-header">
3+
<ul class="top-menu disable-link-styles">
4+
<li class="logo-small-container">
5+
<a class="v-center-block-parent">
6+
<img class="v-center-block logo-small angular-university-logo"
7+
src="https://angular-academy.s3.amazonaws.com/main-logo/main-page-logo-small-hat.png"
8+
data-pin-nopin="true">
9+
10+
</a>
11+
</li>
12+
<li>
13+
<a>Animations</a>
14+
</li>
15+
</ul>
16+
17+
</header>
18+
19+
<body>
20+
<div class="container">
21+
<h1>
22+
Animations
23+
</h1>
24+
25+
26+
27+
28+
</div>
29+
30+
</body>

0 commit comments

Comments
 (0)