Export Code
Connected
styles.css
body {
margin: 0px;
overflow: hidden;
}


text {
font-family: Coquette;
}

.tick text {
font-size: 0.8em;
fill: #635F5D
Alt + Click on a hex color
Open a color picker to modify the color
;
}

.tick line {
stroke: #C0C0BB
Alt + Click on a hex color
Open a color picker to modify the color
;
}

.axis-label {
font-size: 2em;
fill: #8E8883
Alt + Click on a hex color
Open a color picker to modify the color
;
}

.y_axis{
font-size: 1.3em;
font-family: Acuta;
}

.xAxisLabelText{
font-size: 1.3em;
}

.title {
font-size: 1.5em;
fill: #635F5D
Alt + Click on a hex color
Open a color picker to modify the color
;

The increment of airbnb over years

ZHIYI CHEN

Last edited Dec 18, 2020
Created on Dec 17, 2020
Forked from HTML Starter

A bare minimum HTML page demonstrating use of CSS and JavaScript.

See also React Starter.

MIT Licensed