-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.css
More file actions
141 lines (123 loc) · 2.56 KB
/
software.css
File metadata and controls
141 lines (123 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
*{
text-decoration: none;
}
header{
background-color: #fff;
width: 100%;
height: 100px;
}
header .header-info{
font-family: Catamaran;
font-size: 24px;
font-weight: 300;
color: rgb(17, 17, 17);
text-transform: uppercase;
display: block;
margin: 0 auto;
text-align: center;
padding:20px 0px;
}
header nav ul{
display: block;
margin: 0 auto;
width:fit-content;
}
header nav ul li{
display: inline-block;
float: left;
list-style: none;
padding: 0 16px;
}
header nav ul li a{
font-family: Catamaran;
font-size: 16px;
color: rgb(17, 17, 17);
text-transform: uppercase;
}
@media only screen and (min-width: 1000px){
header .header-info{
margin: 31px 0;
text-align: left;
line-height: 38px;
padding: 0 20px 0 40px;
border-right: 3px solid #111;
float: left;
}
header nav ul{
margin: 20px 0;
float: left;
}
header nav ul li{
display: inline-block;
float: left;
list-style: none;
padding: 0 16px;
}
header nav ul li a{
font-family: Catamaran;
font-size: 16px;
color: rgb(17, 17, 17);
line-height: 60px;;
}
}
.prgedit {
width: 100%;
height: calc(100vh - 160px);
background-image: url(https://media.istockphoto.com/id/1225470365/photo/online-education-course-e-learning-class-and-e-book-digital-technology-concept-with-pc.jpg?b=1&s=612x612&w=0&k=20&c=RhHDS52DHlbrW5UUw-WCDFFf-VZB3iX51eL890FDGoY=);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: table;
}
.txtedit h2{
font-family: Catamaran;
font-size: 32px;
color: rgb(248, 244, 244);
text-align: left;
font-weight: 200;
text-shadow: 2px 2px 2px 8px #111;
line-height: 70px;
}
.txtedit a{
font-family: Cormorant Garamond;
font-size: 28px;
color: rgb(15, 15, 177);
margin: 0 40px;
font-weight: 100;
font-style: italic;
text-shadow: 2px 2px 2px 8px #111;
line-height: 40px;
}
.txtedit table{
margin: -200px 300px;
}
footer{
width: calc(100% - 80px);
padding: 40px 40px ;
margin-top: 20px;
background-color: #111;
overflow: hidden;
}
footer ul{
width: fit-content;
float: left;
padding-left: 20px;
}
footer ul li{
display: block;
list-style: none;
}
footer ul li a{
font-family: Catamaran;
font-size: 24px;
color:#fff;
line-height: 40px;
}
.footer-sm{
width: 50px;
float: right;
}
.footer-sm img{
width: 100%;
margin-bottom: 10px;
}