-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphonestyle.css
113 lines (102 loc) · 1.65 KB
/
phonestyle.css
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
@media only screen and (max-width: 600px) {
/* body {
background-color: lightblue;
} */
.background_filter{
height:100vh;
width:100%;
background: none;
background-image: url('anei_pic_edited4.jpg');
background-repeat: no-repeat;
background-size: cover;
/* background-image: url('anei_pic_edited3.jpg');
background-size: cover; */
}
.my_front_page{
/* height:100vh;
opacity:0.5;
z-index: 0; */
}
.about_div{
width:100%;
/* background-color: yellow; */
}
.projects_page{
width:100%;
/* background-color: pink; */
}
.contact_page{
width:100%;
}
img{
/* width: 50%;
height: 40%;
border-radius: 15px;
opacity: 60%;
display: block;
margin-left: auto;
margin-right: auto; */
display: none;
}
td{
width: 100%;
float: left;
vertical-align: top
}
.connect_img{
width: 75%;
height:50%;
}
.nav-link{
font-size: 15px;
}
.mynav_bar{
padding: 5px;
}
.my_h1{
font-size: 38px;
text-align: center;
padding: 5px;
}
.my_full{
/* background-color: white; */
float: left;
position: absolute;
top: 26%;
transform: translate(0, -50%);
text-align: center;
width: 90vw;
padding: 5px;
}
.soft_eng{
font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
font-size: 20px;
color: rgb(46, 156, 202);
}
.project_btn{
margin:5px;
font-size: 15px;
}
.about_h2,.projects_h2,.contact_h2{
font-size: 34px;
}
h3{
font-size: 26px;
}
h4{
font-size: 20px;
}
h5{
font-size: 15px;
}
table, th, td {
padding: 5px;
}
.contact_btn{
margin: 5px;
background-color: rgb(46, 156, 202);
color: rgb(2,5,23);
font-family: 'Tomorrow', Arial, Helvetica, sans-serif;
font-size: 20px;
}
}