File tree Expand file tree Collapse file tree 2 files changed +59
-3
lines changed Expand file tree Collapse file tree 2 files changed +59
-3
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments