Skip to content
View OnyiaRichard's full-sized avatar

Block or report OnyiaRichard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. YELLOW YELLOW Public

  2. TANK- TANK- Public

    <!doctype html><html><head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <style type="text/css"> header{ background-color:aqua; width:100%; } header span{ co…

  3. CALCULATOR-CSS CALCULATOR-CSS Public

    body{ background-color:black; } #container{ margin:20px auto; width:1000px; height:750px; background-color:aliceblue; } #calculator { top:20px; width:;15px; Height:550px ; background-color:grey; po…

  4. CALCULATOR-HTML CALCULATOR-HTML Public

    <html> <head> <link rel="stylesheet" type="text/css" href="calculator.css" > <title> my first project into coding </title> </head> <body> <div id="container"> <div id="calculator"> <div id="result"…