-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
96 lines (83 loc) · 1.29 KB
/
style.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
html,
body {
height: 95%;
background-color: whitesmoke;
}
#container2 {
margin: 4% auto;
width: 90%;
height: 20rem;
border: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
align-content: center;
display: none;
border-radius: 20px;
}
#mynetwork2 {
width: 100%;
height: 100%;
background-color: whitesmoke;
border-radius: 20px;
}
#container {
width: 50%;
height: 70%;
background-color: white;
display: flex;
margin: 0 auto;
}
#generate-graph {
margin: auto;
display: block;
}
#solve,
#addfriend {
width: 40%;
margin: auto;
margin-top: 4%;
display: block;
white-space: normal;
word-wrap: break-word;
}
#solve {
display: none;
}
#heading {
width: 60%;
margin: auto;
margin-top: 3%;
display: block;
text-align: center;
margin-bottom: 5%;
background-color: whitesmoke;
color: black;
border-radius: 5%;
/* border: 2px solid black; */
}
.container {
width: 90%;
}
.friendslist {
margin: auto;
padding: auto;
width: 95%;
display: none;
}
.supercontainer {
padding-top: 2%;
width: 80%;
height: auto;
margin: auto;
/* background-color: white;*/
background: linear-gradient(to bottom, #6bffc8 0%, #42c8cb 100%);
border-radius: 20px;
}
.inputname,
.inputamt {
width: 90%;
margin: auto;
}
.col {
padding: 0px;
}