-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexternal.css
100 lines (94 loc) · 2.37 KB
/
external.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
.navstyle
{
padding-left: 30px;
padding-right: 30px;
}
.Team_1 {
font-weight: bold;
}
.image{
@media (min-width: 768px){
width: 20px;
height: 20px;
}
}
.signup_image{
background-image: url(https://www.crowell.com/files/images/Websites_Redesign_Backgrounds_DT_Robotics1_2018.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 800px;
max-width: 100%;
}
.report{
background-image: url(image/aiinmedical4.jpeg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 800px;
max-width: 100%;
}
.result_image{
background-image: url(image/aiinmedical1.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 800px;
max-width: 100%;
}
.content
{
min-height: 600px;
max-width: 500px;
margin-top: 140px;
padding-top: 50px;
padding-bottom: 50px;
}
#banner_image
{
background-image: url(https://www.healthindustryhub.com.au/wp-content/uploads/2019/09/AI-in-medical-affairs.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 25px;
height: 800px;
max-width: 100%;
}
#banner_content
{
position: relative;
padding:5%;
margin-top: 10%;
margin-bottom: 35%;
margin-left: 750px;
background-color: rgba(0,0,0, 0.3);
width: 500px;
color: #f9f9f9;
font-size: 20px;
font-style: bold;
font-family: 'serif sans';
}
#footer_content{
padding: 5px 0;
background-color: #101010;
color:#9d9d9d;
bottom: 0;
width: 100%;
height: 100px;
}
@media(max-width:768px) {
#banner_content {
padding-bottom: 15%;
}
footer{
text-align:left;
}
}
#content
{
min-height: 600px;
margin-top: 100px;
}
#result_content
{
margin top: 300px;
padding-top: 200px;
margin-left: 350px;
}