-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
134 lines (132 loc) · 2.81 KB
/
Copy pathstyle.css
File metadata and controls
134 lines (132 loc) · 2.81 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
body{
font-family: Arial, Helvetica, sans-serif;
background-color: rgba(0,10,50,0.2);
/* opacity: 0.5; */
}
h1{
/* display: inline; */
text-align: center;
}
img{
display: inline;
width:70px;
border-radius: 50%;
margin-right: 10px;
}
.logo{
/* margin-top: 200px; */
position: relative;
/* margin-left: 160px; */
display: flex;
flex-direction: row;
padding: 20px;
align-items: center;
}
.container{
display: flex;
align-items: center;
flex-direction: column;
background-color: white;
border: 1px solid lightgray;
border-radius: 10px;
width: 800px;
height: 530px;
margin: auto;
margin-top: 20px;
position: relative;
box-shadow: 10px 10px 10px gray;
padding: 10px;
}
.form-type{
/* margin-top: ; */
display: flex;
flex-direction: column;
/* align-items: center; */
/* margin-right: 260px; */
/* width: 300px; */
/* height: 100px; */
/* border: 2px dashed black; */
position: relative;
}
#profile{
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
/* border: 2px ridge black; */
/* border-style: ridge; */
margin: 210px 20px 20px 20px;
/* padding: 0 40px; */
/* padding-right: 20px; */
overflow: hidden;
width: auto;
border-radius: 30px;
box-shadow: 2px 2px 10px 10px lightgrey;
}
#Image{
width: 150px;
margin-left: 40px;
margin-right: 40px;
}
#Image img{
width: 100%;
border: solid 5px rgba(0,100,0,0.8) ;
}
#Info{
display: flex;
flex-direction: column;
/* align-items: center; */
/* border: 2px black solid; */
padding: 10px;
}
#repo{
/* border: 2px solid black; */
padding: 5px 10px;
border-radius: 20px;
font-weight: bold;
color: white;
background-color: rgba(0,100,255,0.9);
}
#Gits{
/* border: 2px solid black; */
padding: 5px 10px;
border-radius: 20px;
font-weight: bold;
color: white;
background-color: rgba(200,0,0,0.6);
}
h4{
border: 1px solid black;
padding: 3px 20px;
border-radius: 8px;
box-shadow: 3px 3px 5px lightgray;
}
a{
text-decoration: none;
text-align: center;
width:120px;
/* float: right; */
margin-left: 110px;
margin-bottom: 20px;
/* margin-top: 5px; */
/* border: 2px solid gray; */
display: inline;
padding: 3px;
color: black;
background-color: lightgray;
border-radius: 10px;
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
h3{
padding: 5px 10px;
margin: 0;
border-radius: 20px;
font-weight: bold;
color: white;
background-color: rgba(200,0,0,0.6);
}
#u{
padding:0;
margin:0;
display: inline;
}