diff --git a/Apache License b/Apache License new file mode 100644 index 0000000000..3691dc20c3 --- /dev/null +++ b/Apache License @@ -0,0 +1 @@ +this is a license under apache 2.0.1 diff --git a/src/App.css b/src/App.css index c5c6e8a68a..84008bc371 100644 --- a/src/App.css +++ b/src/App.css @@ -7,6 +7,14 @@ height: 80px; } +.blue { + background-color:blue +} +.circle{ + border-radius:50%; + width:500px; + height:500px; +} .App-header { background-color: #222; height: 150px;