Posts

Showing posts from June, 2022

3 CORNERSTONE OF SUCCESS

Image
  Basic but important things you need to do to have success in life: -           Thankful and Grateful to God (TAG): Try as much as possible to give alms to people in need, sharing with people based on what God has given you -          Obeying and Trusting God (OAT) -          Praying and Praising God (PAP) case 1: simple navigation bar and webpage header with ul tag (non responsive) output code impl. <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <!-- font  -->     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />       <title>dmac portfolio</title>       <style>         :root{             --primarycolor: #0076de;             --white: #fff;             --black: #333;