Skip to content

Commit 62fe59e

Browse files
committed
fixed the ERRORS
1 parent 1483a75 commit 62fe59e

File tree

19 files changed

+166
-828
lines changed

19 files changed

+166
-828
lines changed

css/mat1.css

Lines changed: 72 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ html {
66
}
77

88
body {
9-
margin: 0
9+
margin: 0;
10+
background-image:url("../images/parallax2.jpg");
1011
}
1112

1213
article,
@@ -111,7 +112,9 @@ ul li {
111112
}
112113

113114
.right {
114-
float: right!important
115+
float: right !important;
116+
margin-top: 20px;
117+
margin-right: 30px;
115118
}
116119

117120
@font-face {
@@ -147,7 +150,8 @@ ul li {
147150

148151
.section {
149152
padding-top: 1rem;
150-
padding-bottom: 1rem
153+
padding-bottom: 1rem;
154+
width: 90%;
151155
}
152156

153157
.row {
@@ -796,7 +800,7 @@ nav ul li:hover {
796800
width: 200px
797801
}
798802
body {
799-
background-image: url("../images/white_wall.png")
803+
background-image: url("../images/parallax2.jpg")
800804
}
801805
.sliding-middle-out {
802806
display: inline-block;
@@ -815,7 +819,7 @@ body {
815819
}
816820
.sliding-middle-out:hover:after {
817821
width: 100%;
818-
background: #000;
822+
background: #000
819823
}
820824
.avatar-frame1 {
821825
margin: 0 auto
@@ -1020,10 +1024,9 @@ i {
10201024
margin-right: -0.75rem
10211025
}
10221026
.section {
1023-
padding-top: 1rem;
1024-
padding-bottom: 1rem;
10251027
background-image: url("../images/white_wall.png");
1026-
z-index: 3
1028+
margin:5%;
1029+
10271030
}
10281031
.row {
10291032
margin-left: auto;
@@ -1066,33 +1069,33 @@ i {
10661069
left: auto;
10671070
right: auto
10681071
}
1069-
1072+
10701073
.row .col.m4 {
10711074
width: 33.3333333333%;
10721075
margin-left: auto;
10731076
left: auto;
10741077
right: auto
10751078
}
1076-
1079+
10771080
.row .col.m6 {
10781081
width: 50%;
10791082
margin-left: 0
10801083
}
1081-
1084+
10821085
.row .col.m9 {
10831086
width: 75%;
10841087
margin-left: auto;
10851088
left: auto;
10861089
right: auto
10871090
}
1088-
1091+
10891092
.row .col.m12 {
10901093
width: 100%;
10911094
margin-left: auto;
10921095
left: auto;
10931096
right: auto
10941097
}
1095-
1098+
10961099
.row .col.offset-m4 {
10971100
margin-left: 33.3333333333%
10981101
}
@@ -1104,30 +1107,30 @@ i {
11041107
left: auto;
11051108
right: auto
11061109
}
1107-
1110+
11081111
.row .col.l6 {
11091112
width: 50%;
11101113
margin-left: auto;
11111114
left: auto;
11121115
right: auto
11131116
}
1114-
1117+
11151118
.row .col.pull-l1 {
11161119
right: 8.3333333333%
11171120
}
1118-
1121+
11191122
.row .col.push-l1 {
11201123
left: 8.3333333333%
11211124
}
11221125

11231126
.row .col.pull-l2 {
11241127
right: 16.6666667%
11251128
}
1126-
1129+
11271130
.row .col.push-l2{
11281131
left: 16.6666667%
11291132
}
1130-
1133+
11311134
.row .col.offset-l4 {
11321135
margin-left: 33.3333333333%
11331136
}
@@ -1443,3 +1446,54 @@ textarea.materialize-textarea {
14431446
padding-left: 1%;
14441447
padding-right: 1%
14451448
}
1449+
1450+
ul {
1451+
margin: 5px
1452+
}
1453+
ul li {
1454+
-webkit-transition: background-color .3s;
1455+
-moz-transition: background-color .3s;
1456+
-o-transition: background-color .3s;
1457+
-ms-transition: background-color .3s;
1458+
transition: background-color .3s;
1459+
float: left;
1460+
padding: 0
1461+
}
1462+
ul li:hover,
1463+
ul li.active {
1464+
background-color: rgba(0, 0, 0, 0)
1465+
}
1466+
1467+
ul li a{
1468+
color: black;
1469+
text-transform: uppercase;
1470+
}
1471+
1472+
.rightnav{
1473+
float: right !important;
1474+
background-color: white;
1475+
padding: 5px;
1476+
width: 100%;
1477+
}
1478+
.rightnav ul{
1479+
float: right;
1480+
1481+
}
1482+
.fix {
1483+
width: 100%;
1484+
background-color: white;
1485+
padding: 5px;
1486+
position: sticky;
1487+
top:0;
1488+
z-index: 999;
1489+
}
1490+
1491+
.fix ul{
1492+
float: right;
1493+
}
1494+
.material-icons{
1495+
color:white;
1496+
}
1497+
.invert{
1498+
color: black;
1499+
}

images/logo.gif

1.21 KB
Loading

images/white-logo.png

8.7 KB
Loading

js/divAnimate.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

js/jquery.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

js/jquery.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

js/materialize.min.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)