diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..59dfedf --- /dev/null +++ b/src/App.css @@ -0,0 +1,8 @@ +h1 { + text-align: center; + background-color: aquamarine; +} + +p{ + background-color: rgba(27, 255, 255, 0.755); +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index 7c96152..c96c60a 100644 --- a/src/App.js +++ b/src/App.js @@ -1,9 +1,15 @@ import React from 'react'; +import './App.css'; +import Myinfo from './Components/MyInfo/MyInfo'; + +const name="Name: Faeza Salman"; +const description="I graduated from software Engineering, and working as a developer"; + function App() { return (
{this.props.description}
+