aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/public/external.css
blob: c8b3df0d579855d7ada259e11ba3db3397db1e73 (plain) (blame)
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
/*
  CSS file meant to represent an external (integrators) stylesheet and 
  help ensure that instant looks consistent accross environments. 
*/

button {
    font-size: 50px;
    height: 200px;
    background-color: red;
}

input {
    padding: 100px;
    font-size: 50px;
    height: 100px;
}

div {
    padding: 3px;
}

p {
    background-color: green;
    margin: 10px;
}